home *** CD-ROM | disk | FTP | other *** search
/ Workbench Add-On / Workbench Add-On - Volume 1.iso / BBS-Archive / Dev / gcc263-src.lha / gcc-2.6.3 / config / mips / xm-nws3250v4.h < prev    next >
C/C++ Source or Header  |  1992-12-26  |  178b  |  10 lines

  1. #define USG
  2.  
  3. #include "xm-mips.h"
  4.  
  5. /* If compiling with mips compiler, we are probably using alloca.c,
  6.    so help it work right.  */
  7. #ifndef __GNUC__
  8. #define USE_C_ALLOCA
  9. #endif
  10.